Skip to content

Commit

Permalink
Update error.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Aug 13, 2023
1 parent a224348 commit ab5b2b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ flate2 = "1"
all-features = true

[patch.crates-io]
# TODO: remove this once fmmap is updated
# https://github.com/al8n/fmmap/pull/5
fmmap = { git = "https://github.com/nyurik/fmmap", branch = "upgrade-deps" }
# TODO: remove this once fmmap is released
fmmap = { git = "https://github.com/al8n/fmmap", branch = "master" }
1 change: 0 additions & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use std::string::FromUtf8Error;

// use std::string::FromUtf8Error;
use thiserror::Error;

#[derive(Debug, Error)]
Expand Down

0 comments on commit ab5b2b0

Please sign in to comment.