We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a530b8 commit 1c9f282Copy full SHA for 1c9f282
tests/async_builder.rs
@@ -31,7 +31,7 @@ impl AsyncSource for AsyncFile {
31
32
self.format
33
.parse(Some(&self.path), &text)
34
- .map_err(|e| ConfigError::Foreign(e))
+ .map_err(ConfigError::Foreign)
35
}
36
37
0 commit comments