Suman Biswas d4a84a67b8
using costs::PI
using std lib for value of PI
2023-01-09 23:29:51 +05:30
..
2023-01-09 23:29:51 +05:30
2022-07-15 12:28:47 +02:00
2022-07-15 13:24:11 +02:00

Clippy

The Clippy tool is a collection of lints to analyze your code so you can catch common mistakes and improve your Rust code.

If you used the installation script for Rustlings, Clippy should be already installed. If not you can install it manually via rustup component add clippy.

Further information