You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: you seem to be trying to use `&Box<T>`. Consider using just `&T`
--> src/lib.rs:241:19
|
241 | head: &Box<operator::AggregateOperator + 'a>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `&operator::AggregateOperator + 'a`
|
= note: #[warn(borrowed_box)] on by default
= help: for further information visit https://rust-lang-nursery.github.io/rust-clippy/v0.0.191/index.html#borrowed_box