rename cmn to client

Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
This commit is contained in:
Petros Angelatos
2020-12-18 21:17:17 +01:00
parent 0e69ffc9eb
commit af73936b95
15 changed files with 60 additions and 60 deletions

View File

@@ -727,7 +727,7 @@ impl<'a, A> ResumableUploadHelper<'a, A>
}
}
// Copy of src/rust/cli/cmn.rs
// Copy of src/rust/cli/client.rs
// TODO(ST): Allow sharing common code between program types
pub fn remove_json_null_values(value: &mut json::value::Value) {
match *value {

View File

@@ -1 +1 @@
pub mod cmn;
pub mod client;