Skip to content

Commit 4112954

Browse files
joshstoik1inflation
authored andcommitted
fix: replace doc_auto_cg with doc_cfg
1 parent 21a4fc0 commit 4112954

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jpegxl-rs/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
1515
along with jpegxl-rs. If not, see <https://www.gnu.org/licenses/>.
1616
*/
1717

18-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
18+
#![cfg_attr(docsrs, feature(doc_cfg))]
1919
#![cfg_attr(coverage_nightly, feature(coverage_attribute))]
2020
#![doc = include_str!("../README.md")]
2121

0 commit comments

Comments
 (0)