Content-Length: 24080 | pFad | https://doc.rust-lang.org/std/string/../error/../string/../vec/../../../error_codes/./E0710.html

E0710 - Error codes index

Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Error code E0710

An unknown tool name was found in a scoped lint.

Erroneous code examples:

#[allow(clipp::filter_map)] // error!
fn main() {
    // business logic
}
#[warn(clipp::filter_map)] // error!
fn main() {
    // business logic
}

Please verify you didn’t misspell the tool’s name or that you didn’t forget to import it in you project:

#[allow(clippy::filter_map)] // ok!
fn main() {
    // business logic
}
#[warn(clippy::filter_map)] // ok!
fn main() {
    // business logic
}








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://doc.rust-lang.org/std/string/../error/../string/../vec/../../../error_codes/./E0710.html

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy