Home
last modified time | relevance | path

Searched refs:style (Results 1 – 8 of 8) sorted by relevance

/rust-libc-0.2.174/ci/
H A Drust.css5 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;
H A Dstyle.sh7 cargo test --manifest-path libc-test/Cargo.toml --test style -- --nocapture
/rust-libc-0.2.174/libc-test/test/
H A Dcheck_style.rs12 pub mod style; module
17 use style::{Result, StyleChecker};
H A Dstyle_tests.rs3 use style::StyleChecker;
5 pub mod style; module
/rust-libc-0.2.174/libc-test/
H A DCargo.toml99 name = "style"
/rust-libc-0.2.174/
H A DCONTRIBUTING.md96 - [`./ci/style.sh`](https://github.com/rust-lang/libc/blob/main/ci/style.sh)
H A DCHANGELOG.md213 - Port style.rs to syn and add tests for the style checker <https://github.com/rust-lang/libc/pull/…
/rust-libc-0.2.174/.github/workflows/
H A Dci.yaml30 - name: Check style
31 run: ./ci/style.sh