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
❯ rustpkg -c travis test [rust-postgres/master=]
WARNING: The Rust package manager is experimental and may be unstable
The --cfg option can only be used with the build or install commands.
rustpkg [options..] test
Build all test crates in the current directory with the test flag.
Then, run all the resulting test executables, redirecting the output
and exit code.
Options:
-c, --cfg Pass a cfg flag to the package script
The text was updated successfully, but these errors were encountered:
…dnet
Fix test function checker in `unwrap_used`, `expect_used`
After rust-lang#9686 , `unwrap` and `expect` in integration tests and raw test functions won't be allowed.
fixesrust-lang#10011fixesrust-lang#10238fixesrust-lang#10264
---
changelog: Fix: [`expect_used`], [`unwrap_used`], [`dbg_macro`], [`print_stdout`], [`print_stderr`]: No longer lint in test functions, if the related configuration is set
[rust-lang#10391](rust-lang/rust-clippy#10391)
<!-- changelog_checked -->
The text was updated successfully, but these errors were encountered: