diff --git a/pb-jelly-gen/codegen/codegen.py b/pb-jelly-gen/codegen/codegen.py index ef36896..61856a6 100755 --- a/pb-jelly-gen/codegen/codegen.py +++ b/pb-jelly-gen/codegen/codegen.py @@ -1959,7 +1959,7 @@ def crate_from_proto_filename( #![allow(unused_imports)] #![allow(unused_variables)] #![allow(irrefutable_let_patterns)] -#![allow(broken_intra_doc_links)] +#![allow(rustdoc::broken_intra_doc_links)] // Modules are generated based on the naming conventions of protobuf, which might cause "module inception" #![allow(clippy::module_inception)] diff --git a/pb-test/gen/pb-jelly/proto_google/src/lib.rs.expected b/pb-test/gen/pb-jelly/proto_google/src/lib.rs.expected index 86093db..807c2f0 100644 --- a/pb-test/gen/pb-jelly/proto_google/src/lib.rs.expected +++ b/pb-test/gen/pb-jelly/proto_google/src/lib.rs.expected @@ -8,7 +8,7 @@ #![allow(unused_imports)] #![allow(unused_variables)] #![allow(irrefutable_let_patterns)] -#![allow(broken_intra_doc_links)] +#![allow(rustdoc::broken_intra_doc_links)] // Modules are generated based on the naming conventions of protobuf, which might cause "module inception" #![allow(clippy::module_inception)] diff --git a/pb-test/gen/pb-jelly/proto_nopackage/src/lib.rs.expected b/pb-test/gen/pb-jelly/proto_nopackage/src/lib.rs.expected index d680e1a..eb602cc 100644 --- a/pb-test/gen/pb-jelly/proto_nopackage/src/lib.rs.expected +++ b/pb-test/gen/pb-jelly/proto_nopackage/src/lib.rs.expected @@ -8,7 +8,7 @@ #![allow(unused_imports)] #![allow(unused_variables)] #![allow(irrefutable_let_patterns)] -#![allow(broken_intra_doc_links)] +#![allow(rustdoc::broken_intra_doc_links)] // Modules are generated based on the naming conventions of protobuf, which might cause "module inception" #![allow(clippy::module_inception)] diff --git a/pb-test/gen/pb-jelly/proto_pbtest/src/lib.rs.expected b/pb-test/gen/pb-jelly/proto_pbtest/src/lib.rs.expected index 10ad953..aebfc6f 100644 --- a/pb-test/gen/pb-jelly/proto_pbtest/src/lib.rs.expected +++ b/pb-test/gen/pb-jelly/proto_pbtest/src/lib.rs.expected @@ -8,7 +8,7 @@ #![allow(unused_imports)] #![allow(unused_variables)] #![allow(irrefutable_let_patterns)] -#![allow(broken_intra_doc_links)] +#![allow(rustdoc::broken_intra_doc_links)] // Modules are generated based on the naming conventions of protobuf, which might cause "module inception" #![allow(clippy::module_inception)]