By default RustRover uses
cargo check
But we can change to the more extensive Clippy if we want by going to Settings | Rust | External Linters and select either Cargo Check or Clippy.
Or from the CLI we can run
cargo clippy
See Clippy Documentation for more information.