Skip to content

Commit

Permalink
put doc comments above use declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
pasberth authored and eldesh committed Jan 30, 2019
1 parent 59614c1 commit a2fb30e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/credentials.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use header::XRegistryAuth;
///! Access credentials for accessing any docker daemon endpoints
///!
///! Currently, any values of these types are only used for `/images/{name}/push` api.
use header::XRegistryAuth;
use serde_json;
use system::AuthToken;

Expand Down
2 changes: 1 addition & 1 deletion src/response.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::error::Error as StdError;
///! Response from Dockerd
///!
use std::error::Error as StdError;
use std::fmt;

use serde_json::value as json;
Expand Down

0 comments on commit a2fb30e

Please sign in to comment.