mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
rename cmn to client
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
@@ -1 +1 @@
|
||||
pub mod cmn;
|
||||
pub mod client;
|
||||
|
||||
Reference in New Issue
Block a user