Skip to content

Commit 5f07451

Browse files
LesnyRumcajsstepancheg
authored andcommitted
Fixed dead clippy issue link
1 parent 95088db commit 5f07451

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

protobuf-codegen/src/code_writer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ impl<'a> CodeWriter<'a> {
5151
self.write_line("// @generated");
5252

5353
self.write_line("");
54-
self.comment("https://github.com/Manishearth/rust-clippy/issues/702");
54+
self.comment("https://github.com/rust-lang/rust-clippy/issues/702");
5555
self.write_line("#![allow(unknown_lints)]");
5656
self.write_line("#![allow(clippy::all)]");
5757
self.write_line("");

protobuf/src/descriptor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is generated by rust-protobuf 2.9.0-pre. Do not edit
22
// @generated
33

4-
// https://github.com/Manishearth/rust-clippy/issues/702
4+
// https://github.com/rust-lang/rust-clippy/issues/702
55
#![allow(unknown_lints)]
66
#![allow(clippy::all)]
77

protobuf/src/plugin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is generated by rust-protobuf 2.9.0-pre. Do not edit
22
// @generated
33

4-
// https://github.com/Manishearth/rust-clippy/issues/702
4+
// https://github.com/rust-lang/rust-clippy/issues/702
55
#![allow(unknown_lints)]
66
#![allow(clippy::all)]
77

protobuf/src/rustproto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is generated by rust-protobuf 2.9.0-pre. Do not edit
22
// @generated
33

4-
// https://github.com/Manishearth/rust-clippy/issues/702
4+
// https://github.com/rust-lang/rust-clippy/issues/702
55
#![allow(unknown_lints)]
66
#![allow(clippy::all)]
77

protobuf/src/well_known_types/any.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is generated by rust-protobuf 2.9.0-pre. Do not edit
22
// @generated
33

4-
// https://github.com/Manishearth/rust-clippy/issues/702
4+
// https://github.com/rust-lang/rust-clippy/issues/702
55
#![allow(unknown_lints)]
66
#![allow(clippy::all)]
77

protobuf/src/well_known_types/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is generated by rust-protobuf 2.9.0-pre. Do not edit
22
// @generated
33

4-
// https://github.com/Manishearth/rust-clippy/issues/702
4+
// https://github.com/rust-lang/rust-clippy/issues/702
55
#![allow(unknown_lints)]
66
#![allow(clippy::all)]
77

protobuf/src/well_known_types/duration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is generated by rust-protobuf 2.9.0-pre. Do not edit
22
// @generated
33

4-
// https://github.com/Manishearth/rust-clippy/issues/702
4+
// https://github.com/rust-lang/rust-clippy/issues/702
55
#![allow(unknown_lints)]
66
#![allow(clippy::all)]
77

protobuf/src/well_known_types/empty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is generated by rust-protobuf 2.9.0-pre. Do not edit
22
// @generated
33

4-
// https://github.com/Manishearth/rust-clippy/issues/702
4+
// https://github.com/rust-lang/rust-clippy/issues/702
55
#![allow(unknown_lints)]
66
#![allow(clippy::all)]
77

protobuf/src/well_known_types/field_mask.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is generated by rust-protobuf 2.9.0-pre. Do not edit
22
// @generated
33

4-
// https://github.com/Manishearth/rust-clippy/issues/702
4+
// https://github.com/rust-lang/rust-clippy/issues/702
55
#![allow(unknown_lints)]
66
#![allow(clippy::all)]
77

protobuf/src/well_known_types/source_context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is generated by rust-protobuf 2.9.0-pre. Do not edit
22
// @generated
33

4-
// https://github.com/Manishearth/rust-clippy/issues/702
4+
// https://github.com/rust-lang/rust-clippy/issues/702
55
#![allow(unknown_lints)]
66
#![allow(clippy::all)]
77

protobuf/src/well_known_types/struct_pb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is generated by rust-protobuf 2.9.0-pre. Do not edit
22
// @generated
33

4-
// https://github.com/Manishearth/rust-clippy/issues/702
4+
// https://github.com/rust-lang/rust-clippy/issues/702
55
#![allow(unknown_lints)]
66
#![allow(clippy::all)]
77

protobuf/src/well_known_types/timestamp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is generated by rust-protobuf 2.9.0-pre. Do not edit
22
// @generated
33

4-
// https://github.com/Manishearth/rust-clippy/issues/702
4+
// https://github.com/rust-lang/rust-clippy/issues/702
55
#![allow(unknown_lints)]
66
#![allow(clippy::all)]
77

protobuf/src/well_known_types/type_pb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is generated by rust-protobuf 2.9.0-pre. Do not edit
22
// @generated
33

4-
// https://github.com/Manishearth/rust-clippy/issues/702
4+
// https://github.com/rust-lang/rust-clippy/issues/702
55
#![allow(unknown_lints)]
66
#![allow(clippy::all)]
77

protobuf/src/well_known_types/wrappers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is generated by rust-protobuf 2.9.0-pre. Do not edit
22
// @generated
33

4-
// https://github.com/Manishearth/rust-clippy/issues/702
4+
// https://github.com/rust-lang/rust-clippy/issues/702
55
#![allow(unknown_lints)]
66
#![allow(clippy::all)]
77

0 commit comments

Comments
 (0)