diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-03-28 17:42:45 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-03-28 17:42:45 +0200 |
| commit | bb81c02ddf4f9cc6ab0dbceea890e1be06fdbcf0 (patch) | |
| tree | 7685d879c0592f4814b68e849020f148651700dc /mumctl | |
| parent | c22a8731df928ebce1859728cd55873503f72982 (diff) | |
| download | mum-bb81c02ddf4f9cc6ab0dbceea890e1be06fdbcf0.tar.gz | |
fix import
Diffstat (limited to 'mumctl')
| -rw-r--r-- | mumctl/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mumctl/src/main.rs b/mumctl/src/main.rs index 018bc3a..0b948c0 100644 --- a/mumctl/src/main.rs +++ b/mumctl/src/main.rs @@ -654,7 +654,7 @@ enum Error { } impl Display for Error { - fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { + fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { write!(f, "Unable to connect to mumd. Is mumd running?") } } |
