You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: couch_rs/src/model.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
usecrate::document::TypedCouchDocument;
2
2
use serde::ser::Serialize;
3
-
use serde_json::{from_value, to_value,Value};
3
+
use serde_json::{Value, from_value, to_value};
4
4
5
5
/// Trait that provides methods that can be used to switch between abstract `Value` and concrete `Model` implementors (such as your custom data models)
0 commit comments