File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33
44//! The Cairo backend for the Piet 2D graphics abstraction.
55
6- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
6+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
77#![ deny( clippy:: trivially_copy_pass_by_ref) ]
88
99mod text;
Original file line number Diff line number Diff line change 2828//! [image]: https://crates.io/crates/image
2929//! [piet-cairo]: https://crates.io/crates/piet-cairo
3030
31- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
31+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
3232#![ deny( clippy:: trivially_copy_pass_by_ref) ]
3333
3434pub use piet:: * ;
Original file line number Diff line number Diff line change 33
44//! The CoreGraphics backend for the Piet 2D graphics abstraction.
55
6- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
6+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
77#![ deny( clippy:: trivially_copy_pass_by_ref) ]
88
99mod ct_helpers;
Original file line number Diff line number Diff line change 44#![ cfg( windows) ]
55// allows for nice formatting for e.g. new_buf[i * 4 + 0] = premul(buf[i * 4 + 0, a)
66#![ allow( clippy:: identity_op) ]
7- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
7+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
88#![ deny( clippy:: trivially_copy_pass_by_ref) ]
99
1010//! The Direct2D backend for the Piet 2D graphics abstraction.
Original file line number Diff line number Diff line change 33
44//! SVG output support for piet
55
6- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
6+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
77#![ deny( clippy:: trivially_copy_pass_by_ref) ]
88
99#[ cfg( feature = "evcxr" ) ]
Original file line number Diff line number Diff line change 33
44// allows e.g. raw_data[dst_off + x * 4 + 2] = buf[src_off + x * 4 + 0];
55#![ allow( clippy:: identity_op) ]
6- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
6+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
77#![ deny( clippy:: trivially_copy_pass_by_ref) ]
88
99//! The Web Canvas backend for the Piet 2D graphics abstraction.
Original file line number Diff line number Diff line change 2424//! [`piet-coregraphics`]: https://crates.io/crates/piet-coregraphics
2525//! [`piet-direct2d`]: https://crates.io/crates/piet-direct2d
2626
27- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
27+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
2828#![ warn( missing_docs) ]
2929#![ deny( clippy:: trivially_copy_pass_by_ref, rustdoc:: broken_intra_doc_links) ]
3030
You can’t perform that action at this time.
0 commit comments