We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d571bb commit e7b4aaaCopy full SHA for e7b4aaa
src/server_config.rs
@@ -38,7 +38,6 @@ pub enum Error {
38
InvalidEnvironmentTable,
39
FileOpenError,
40
FileReadError,
41
- DirectoryCreateError,
42
}
43
44
impl fmt::Display for Error {
@@ -65,7 +64,6 @@ impl StdError for Error {
65
64
Error::InvalidEnvironmentTable => "'env' table is invalid, check configuration",
66
Error::FileOpenError => "could not open config file",
67
Error::FileReadError => "could not read config file into string",
68
- Error::DirectoryCreateError => "could not create default directory",
69
70
71
0 commit comments