Skip to content

Commit

Permalink
Remove the missing_deref_fal.stderr CI error "fix"
Browse files Browse the repository at this point in the history
  • Loading branch information
taizu-jin committed Nov 29, 2023
1 parent c304119 commit 9e09aec
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ error[E0277]: the trait bound `TupleStruct: Deref` is not satisfied
|
note: required by a bound in `DerefMut`
--> $RUST/core/src/ops/deref.rs
|
| pub trait DerefMut: Deref {
| ^^^^^ required by this bound in `DerefMut`

error[E0277]: the trait bound `Struct: Deref` is not satisfied
--> tests/deref_mut_derive/missing_deref.fail.rs:7:8
Expand All @@ -18,9 +15,6 @@ error[E0277]: the trait bound `Struct: Deref` is not satisfied
|
note: required by a bound in `DerefMut`
--> $RUST/core/src/ops/deref.rs
|
| pub trait DerefMut: Deref {
| ^^^^^ required by this bound in `DerefMut`

error[E0277]: the trait bound `TupleStruct: Deref` is not satisfied
--> tests/deref_mut_derive/missing_deref.fail.rs:3:10
Expand Down

0 comments on commit 9e09aec

Please sign in to comment.