File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
incremental-font-transfer/src Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22//!
33//! [data types]: https://docs.microsoft.com/en-us/typography/opentype/spec/otff#data-types
44
5- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
5+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
66#![ deny( rustdoc:: broken_intra_doc_links) ]
77#![ warn( clippy:: doc_markdown) ]
88#![ cfg_attr( not( feature = "std" ) , no_std) ]
Original file line number Diff line number Diff line change 88//!
99//! Built on top of the read-fonts crate.
1010
11- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
11+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
1212#![ forbid( unsafe_code) ]
1313
1414pub mod font_patch;
Original file line number Diff line number Diff line change 5656//! [NameString]: tables::name::NameString
5757//! [table-directory]: https://learn.microsoft.com/en-us/typography/opentype/spec/otff#table-directory
5858
59- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
59+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
6060#![ forbid( unsafe_code) ]
6161#![ deny( rustdoc:: broken_intra_doc_links) ]
6262#![ cfg_attr( not( feature = "std" ) , no_std) ]
Original file line number Diff line number Diff line change 1111//! See the [readme](https://github.com/googlefonts/fontations/blob/main/skrifa/README.md)
1212//! for additional details.
1313
14- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
14+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
1515#![ forbid( unsafe_code) ]
1616#![ cfg_attr( not( any( test, feature = "std" ) ) , no_std) ]
1717
Original file line number Diff line number Diff line change 134134//! [`FromTableRef`]: from_obj::FromTableRef
135135//! [`ToOwnedTable`]: from_obj::ToOwnedTable
136136
137- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
137+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
138138
139139mod collections;
140140pub mod error;
You can’t perform that action at this time.
0 commit comments