We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf02c8 commit e6e3fcfCopy full SHA for e6e3fcf
src/file/source/file.rs
@@ -45,7 +45,7 @@ impl FileSourceFile {
45
return Err(Box::new(io::Error::new(
46
io::ErrorKind::NotFound,
47
format!(
48
- "configuration file \"{}\" is not of a registered file format",
+ "configuration file \"{}\" is not of a supported file format",
49
path.to_string_lossy()
50
),
51
)));
0 commit comments