Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Jun 5, 2024
1 parent ef1c7bd commit 4a04ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const PLUS: &str = "+";
const STAR: &str = "*";

trait ExpectErr {
type Output:Debug;
type Output: Debug;

fn expect_val() -> Self::Output;
fn expect_err<S: AsRef<str> + Display>(s: S) -> String;
Expand Down

0 comments on commit 4a04ca3

Please sign in to comment.