diff --git a/content/rust-lint-config.md b/content/rust-lint-config.md index c5f2df0..ae4c853 100644 --- a/content/rust-lint-config.md +++ b/content/rust-lint-config.md @@ -53,7 +53,7 @@ The [`[lints]`](https://rust-lang.github.io/rfcs/3389-manifest-lint.html) ([carg ## module/item attributes -For rustc lints, you can add configuration like `#![allow(lint)]` outer attribute to a module as well as attributes like `#[warn(lint)]` on an inner item itself to apply that configuration to just the module/item. Currently, `cargo-semver-checks` has a less granular version of this by adding `#[doc(hidden)]` to an item to exempt it from semver guarantees, but adding this is a breaking change. +For rustc lints, you can add configuration like `#![allow(lint)]` outer attribute to a module as well as attributes like `#[warn(lint)]` on an inner item itself to apply that configuration to just the module/item. Currently, `cargo-semver-checks` has a less granular version of this by adding `#[doc(hidden)]` to an item to exempt it from semver guarantees, but adding this is a breaking change. ## lint groups diff --git a/sass/base.scss b/sass/base.scss index e470917..fb179fc 100644 --- a/sass/base.scss +++ b/sass/base.scss @@ -122,6 +122,10 @@ a:visited { color: $violet; } + + .nobr { + white-space: nowrap + } } #tag-list {