rust/tests
RobbieClarken f5d0a452ba Add lint for pub fns returning a Result without documenting errors
The Rust Book recommends that functions that return a `Result` type have
a doc comment with an `# Errors` section describing the kind of errors
that can be returned
(https://doc.rust-lang.org/book/ch14-02-publishing-to-crates-io.html#commonly-used-sections).
This change adds a lint to enforce this. The lint is allow by default;
it can be enabled with `#![warn(clippy::missing_errors_doc)]`.

Closes #4854.
2019-12-06 17:19:05 +10:30
..
auxiliary
ui Add lint for pub fns returning a Result without documenting errors 2019-12-06 17:19:05 +10:30
ui-toml Add new lint: large stack array 2019-11-13 21:44:29 +03:00
compile-test.rs Rustup to rustc 1.41.0-nightly (a0d40f8bd 2019-11-18) 2019-11-18 23:49:58 -08:00
dogfood.rs
fmt.rs build(tests/fmt): use shared target dir 2019-12-01 19:07:02 +07:00
integration.rs Use println! on success instead of eprintln! 2019-11-28 17:48:29 +01:00
matches.rs
missing-test-files.rs
needless_continue_helpers.rs
versioncheck.rs