Skip to content

Commit e36bc81

Browse files
authored
fix: allow result large err (#8656)
1 parent 515a4cc commit e36bc81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/config/src/fix.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ impl std::error::Error for InsertProfileError {}
6969
impl TomlFile {
7070
/// Insert a name as `[profile.name]`. Creating the `[profile]` table where necessary and
7171
/// throwing an error if there exists a conflict
72+
#[allow(clippy::result_large_err)]
7273
fn insert_profile(
7374
&mut self,
7475
profile_str: &str,

0 commit comments

Comments
 (0)