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 d2d3712 commit d788ddeCopy full SHA for d788dde
src/test/mod.rs
@@ -703,7 +703,7 @@ fn get_config(config_file: Option<&Path>) -> Config {
703
.read_to_string(&mut def_config)
704
.expect("Couldn't read config");
705
706
- Config::from_toml(&def_config, Path::new("tests/config/")).expect("invalid TOML")
+ Config::from_toml(&def_config, Path::new("tests/")).expect("invalid TOML")
707
}
708
709
// Reads significant comments of the form: `// rustfmt-key: value` into a hash map.
0 commit comments