diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-18 20:05:39 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-18 20:36:06 -0700 |
commit | c0ad5f80c13fc66240a17e59dfff559c6967aac7 (patch) | |
tree | 2e8a0174bd2afda64362c7c9b07e88ce35997a2c /rust/fatcat-openapi/src/models.rs | |
parent | bba9af573a7e6098e4fec13892e939e395c8d62f (diff) | |
download | fatcat-c0ad5f80c13fc66240a17e59dfff559c6967aac7.tar.gz fatcat-c0ad5f80c13fc66240a17e59dfff559c6967aac7.zip |
rust codegen (with rustfix, compiles 2018 edition)
Diffstat (limited to 'rust/fatcat-openapi/src/models.rs')
-rw-r--r-- | rust/fatcat-openapi/src/models.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/fatcat-openapi/src/models.rs b/rust/fatcat-openapi/src/models.rs index 2f648ccd..adad2958 100644 --- a/rust/fatcat-openapi/src/models.rs +++ b/rust/fatcat-openapi/src/models.rs @@ -5,7 +5,7 @@ extern crate uuid; use serde::ser::Serializer; -use models; +use crate::models; use std::collections::HashMap; use swagger; |