@@ -1443,9 +1443,14 @@ docs_data![
1443
1443
( alloc, "The Rust core allocation and collections library" , "alloc/index.html" ) ,
1444
1444
( book, "The Rust Programming Language book" , "book/index.html" ) ,
1445
1445
( cargo, "The Cargo Book" , "cargo/index.html" ) ,
1446
+ ( clippy, "The Clippy Documentation" , "clippy/index.html" ) ,
1446
1447
( core, "The Rust Core Library" , "core/index.html" ) ,
1447
1448
( edition_guide, "The Rust Edition Guide" , "edition-guide/index.html" ) ,
1448
1449
( embedded_book, "The Embedded Rust Book" , "embedded-book/index.html" ) ,
1450
+
1451
+ #[ arg( long = "error_codes" ) ]
1452
+ ( error_codes, "The Rust Error Codes Index" , "error_codes/index.html" ) ,
1453
+
1449
1454
( nomicon, "The Dark Arts of Advanced and Unsafe Rust Programming" , "nomicon/index.html" ) ,
1450
1455
1451
1456
#[ arg( long = "proc_macro" ) ]
@@ -1456,6 +1461,7 @@ docs_data![
1456
1461
( rustc, "The compiler for the Rust programming language" , "rustc/index.html" ) ,
1457
1462
( rustdoc, "Documentation generator for Rust projects" , "rustdoc/index.html" ) ,
1458
1463
( std, "Standard library API documentation" , "std/index.html" ) ,
1464
+ ( style_guide, "The Rust Style Guide" , "style-guide/index.html" ) ,
1459
1465
( test, "Support code for rustc's built in unit-test and micro-benchmarking framework" , "test/index.html" ) ,
1460
1466
( unstable_book, "The Unstable Book" , "unstable-book/index.html" ) ,
1461
1467
] ;
0 commit comments