Skip to content

Commit

Permalink
build: bump rust toolchain and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bpowers committed Jul 28, 2024
1 parent 1651ed2 commit 3672642
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 57 deletions.
108 changes: 54 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.79.0"
channel = "1.80.0"
components = [ "cargo", "rustfmt", "rustc", "clippy" ]
targets = [ "wasm32-unknown-unknown" ]
profile = "minimal"
2 changes: 0 additions & 2 deletions src/simlin-engine/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ pub enum ErrorCode {
TodoRange,
}

#[cfg(not(tarpaulin_include))]
impl fmt::Display for ErrorCode {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
use ErrorCode::*;
Expand Down Expand Up @@ -294,7 +293,6 @@ impl Error {
}
}

#[cfg(not(tarpaulin_include))]
impl fmt::Display for Error {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
let kind = match self.kind {
Expand Down

0 comments on commit 3672642

Please sign in to comment.