Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

feat: port drop user command to Rust #1223

Merged
merged 1 commit into from
May 11, 2018
Merged

feat: port drop user command to Rust #1223

merged 1 commit into from
May 11, 2018

Conversation

bbangert
Copy link
Member

Closes #1207

@bbangert bbangert requested review from pjenvey and jrconlin May 10, 2018 17:56
@bbangert bbangert force-pushed the feat/issue-1207 branch 3 times, most recently from d7ba3c5 to c1965be Compare May 10, 2018 18:00
@@ -592,7 +592,7 @@ where

#[state_machine_future(transitions(AuthDone))]
AwaitDropUser {
response: MyFuture<call::DropUserResponse>,
response: MyFuture<bool>,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't look at the result anyway, so use nil () instead

@bbangert bbangert force-pushed the feat/issue-1207 branch 2 times, most recently from 871ff4b to ca0a189 Compare May 11, 2018 04:45
pjenvey
pjenvey previously approved these changes May 11, 2018
@codecov-io
Copy link

codecov-io commented May 11, 2018

Codecov Report

Merging #1223 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1223      +/-   ##
=========================================
+ Coverage   99.99%    100%   +<.01%     
=========================================
  Files          60      60              
  Lines       10198   10198              
=========================================
+ Hits        10197   10198       +1     
+ Misses          1       0       -1
Impacted Files Coverage Δ
autopush/web/registration.py 100% <0%> (+0.44%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 616248a...a9cd4ae. Read the comment docs.

@bbangert bbangert merged commit 4ef30e0 into master May 11, 2018
@bbangert bbangert deleted the feat/issue-1207 branch May 11, 2018 05:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants