File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version = "0.1.84"
4
4
edition = " 2021"
5
5
description = " Helpful tools for writing lints, provided as they are used in Clippy"
6
6
repository = " https://github.com/rust-lang/rust-clippy"
7
+ readme = " README.md"
7
8
license = " MIT OR Apache-2.0"
8
9
keywords = [" clippy" , " lint" , " utils" ]
9
10
categories = [" development-tools" ]
Original file line number Diff line number Diff line change
1
+ # ` clippy-utils `
2
+
3
+ <!-- begin autogenerated nightly -->
4
+ ```
5
+ nightly-2024-11-14
6
+ ```
7
+ <!-- end autogenerated nightly -->
8
+
9
+ Helpful tools for writing lints, provided as they are used in Clippy.
10
+
11
+ ## Usage
12
+
13
+ This crate is only guaranteed to build with the ` nightly ` toolchain above.
14
+
15
+ ```
16
+ clippy_utils = "0.1.XY"
17
+ ```
18
+
19
+ ` XY ` is the version of the nightly toolchain above and can be determined with ` rustc +nightly-YYYY-MM-DD -V ` .
20
+
21
+ ## :warning : Stability :warning :
22
+
23
+ No stability guarantees are made for this crate! Use at your own risk.
24
+
25
+ Function signatures can change or be removed without replacement without any prior notice.
26
+
27
+ ## LICENSE
28
+
29
+ <!-- REUSE-IgnoreStart -->
30
+
31
+ Copyright 2014-2024 The Rust Project Developers
32
+
33
+ Licensed under the Apache License, Version 2.0
34
+ <[ https://www.apache.org/licenses/LICENSE-2.0 ] ( https://www.apache.org/licenses/LICENSE-2.0 ) > or the MIT license
35
+ <[ https://opensource.org/licenses/MIT ] ( https://opensource.org/licenses/MIT ) >, at your option. Files in the project may
36
+ not be copied, modified, or distributed except according to those terms.
37
+
38
+ <!-- REUSE-IgnoreEnd -->
You can’t perform that action at this time.
0 commit comments