diff options
| author | Jokler <jokler.contact@gmail.com> | 2019-12-07 20:43:44 +0100 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2019-12-07 20:43:44 +0100 |
| commit | fc622ed40c866de5d6dfe3a8015d261ad2246c61 (patch) | |
| tree | 47c55aefed6fc5f642d21dd02a301c1a03049bc3 /src/utils.rs | |
| parent | c7ea1433942bee14be096f39c67136801039263f (diff) | |
| download | frippy-fc622ed40c866de5d6dfe3a8015d261ad2246c61.tar.gz frippy-fc622ed40c866de5d6dfe3a8015d261ad2246c61.zip | |
Remove 'extern crate' lines
Diffstat (limited to 'src/utils.rs')
| -rw-r--r-- | src/utils.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils.rs b/src/utils.rs index 51bd423..f953211 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -98,6 +98,9 @@ impl<'a> Url<'a> { } pub mod error { + use failure::Fail; + use frippy_derive::Error; + #[derive(Copy, Clone, Eq, PartialEq, Debug, Fail, Error)] #[error = "DownloadError"] pub enum ErrorKind { |
