Skip to content

The github.io links don't work for non-master releases if the Travis release build failed #2614

@rcoh

Description

@rcoh

Seems like a regression of #2223

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
0.0.191

The links are accessible at .../master/...

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: Clippy is not doing the correct thing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions