Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
warning: trait objects without an explicit `dyn` are deprecated --> src/ignore.rs:48:12 | 48 | Ok(Visitor::ignore()) | ^^^^^^^ help: use `dyn`: `<dyn Visitor>` | = note: `#[warn(bare_trait_objects)]` on by default = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! = note: for more information, see issue #80165 <rust-lang/rust#80165> warning: trait objects without an explicit `dyn` are deprecated --> src/ignore.rs:58:12 | 58 | Ok(Visitor::ignore()) | ^^^^^^^ help: use `dyn`: `<dyn Visitor>` | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! = note: for more information, see issue #80165 <rust-lang/rust#80165>
- Loading branch information