File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
) ,
18
18
allow( unused, clippy:: let_and_return)
19
19
) ]
20
- #![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg ) ) ]
20
+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
21
21
#![ allow(
22
22
// It is much clearer to assert negative conditions with eq! false
23
23
clippy:: bool_assert_comparison,
Original file line number Diff line number Diff line change 203
203
//! [wiki-debug]: https://github.com/gfx-rs/wgpu/wiki/Debugging-wgpu-Applications
204
204
205
205
#![ no_std]
206
- #![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg ) ) ]
206
+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
207
207
#![ allow(
208
208
// this happens on the GL backend, where it is both thread safe and non-thread safe in the same code.
209
209
clippy:: arc_with_non_send_sync,
Original file line number Diff line number Diff line change 1
1
//! This library describes the API surface of WebGPU that is agnostic of the backend.
2
2
//! This API is used for targeting both Web and Native.
3
3
4
- #![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg ) ) ]
4
+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
5
5
#![ allow(
6
6
// We don't use syntax sugar where it's not necessary.
7
7
clippy:: match_like_matches_macro,
Original file line number Diff line number Diff line change 32
32
//!
33
33
34
34
#![ no_std]
35
- #![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg ) ) ]
35
+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
36
36
#![ doc( html_logo_url = "https://raw.githubusercontent.com/gfx-rs/wgpu/trunk/logo.png" ) ]
37
37
#![ warn(
38
38
clippy:: alloc_instead_of_core,
You can’t perform that action at this time.
0 commit comments