1 2 3 4 5 6 7 8
# Rust toolchain configuration for Proserpina # # Following Industrial Algebra ecosystem conventions: # nightly channel + rustfmt + clippy components [toolchain] channel = "nightly" components = ["rustfmt", "clippy"]