Skip to content

Commit b097c6f

Browse files
zaniebkonstin
andcommitted
Update crates/uv-settings/src/lib.rs
Co-authored-by: konsti <[email protected]>
1 parent a26f202 commit b097c6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/uv-settings/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ fn validate_uv_toml(path: &Path, options: &Options) -> Result<(), Error> {
273273
}
274274

275275
#[derive(thiserror::Error, Debug)]
276-
#[allow(clippy::result_large_err)]
277276
pub enum Error {
278277
#[error(transparent)]
279278
Io(#[from] std::io::Error),

0 commit comments

Comments
 (0)