Searched refs:style (Results 1 – 8 of 8) sorted by relevance
5 font-style: normal;11 font-style: normal;17 font-style: normal;23 font-style: italic;29 font-style: normal;35 font-style: normal;149 font-style: italic;155 font-style: italic;288 list-style-type: none;450 border-style: solid;
7 cargo test --manifest-path libc-test/Cargo.toml --test style -- --nocapture
12 pub mod style; module17 use style::{Result, StyleChecker};
3 use style::StyleChecker;5 pub mod style; module
99 name = "style"
96 - [`./ci/style.sh`](https://github.com/rust-lang/libc/blob/main/ci/style.sh)
213 - Port style.rs to syn and add tests for the style checker <https://github.com/rust-lang/libc/pull/…
30 - name: Check style31 run: ./ci/style.sh