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 515a4cc commit e36bc81Copy full SHA for e36bc81
crates/config/src/fix.rs
@@ -69,6 +69,7 @@ impl std::error::Error for InsertProfileError {}
69
impl TomlFile {
70
/// Insert a name as `[profile.name]`. Creating the `[profile]` table where necessary and
71
/// throwing an error if there exists a conflict
72
+ #[allow(clippy::result_large_err)]
73
fn insert_profile(
74
&mut self,
75
profile_str: &str,
0 commit comments