Skip to content

Commit

Permalink
Update crates/uv-settings/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: konsti <[email protected]>
  • Loading branch information
zanieb and konstin committed Oct 25, 2024
1 parent a26f202 commit b097c6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/uv-settings/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ fn validate_uv_toml(path: &Path, options: &Options) -> Result<(), Error> {
}

#[derive(thiserror::Error, Debug)]
#[allow(clippy::result_large_err)]
pub enum Error {
#[error(transparent)]
Io(#[from] std::io::Error),
Expand Down

0 comments on commit b097c6f

Please sign in to comment.