eca17586a6
The CI rustfmt checker uses `stable` rust, not `nightly`, but the config options in `rustfmt.toml` only work on nightly -- on stable, there are ignored with warnings. This means that devs running stable get a lot of warnings and devs running nightly will accidentally format in a way that the CI checker forbids. (specifically, using `where_single_line`). E.g.: ``` $ cargo +stable fmt -- --check Warning: can't set `indent_style = Block`, unstable features are only available in nightly channel. Warning: can't set `where_single_line = true`, unstable features are only available in nightly channel. ...etc $ cargo +nightly fmt -- --check -where - N: RealField, -{ +where N: RealField { ...etc ``` Just removing the toml fixes this problem. |
||
---|---|---|
.circleci | ||
.github | ||
benches | ||
ci | ||
examples | ||
nalgebra-glm | ||
nalgebra-lapack | ||
src | ||
tests | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG.md | ||
Cargo.toml | ||
LICENSE | ||
Makefile | ||
README.md |
README.md
Users guide | Documentation | Forum
Linear algebra library for the Rust programming language.
Click this button if you wish to donate to support the development of nalgebra: