Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ Zerocopy uses [GitHub Releases].

## Thanks

Zerocopy is maintained by engineers at Google and Amazon with help from
[many wonderful contributors][contributors]. Thank you to everyone who has
lent a hand in making Rust a little more secure!
Zerocopy is maintained by engineers at Google with help from [many wonderful
contributors][contributors]. Thank you to everyone who has lent a hand in
making Rust a little more secure!

[contributors]: https://github.com/google/zerocopy/graphs/contributors

Expand Down
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@
//!
//! # Thanks
//!
//! Zerocopy is maintained by engineers at Google and Amazon with help from
//! [many wonderful contributors][contributors]. Thank you to everyone who has
//! lent a hand in making Rust a little more secure!
//! Zerocopy is maintained by engineers at Google with help from [many wonderful
//! contributors][contributors]. Thank you to everyone who has lent a hand in
//! making Rust a little more secure!
Comment on lines +205 to +207

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better readability, could you please re-wrap these lines to be more balanced? After making this change, please remember to regenerate README.md by running cargo -q run --manifest-path tools/Cargo.toml -p generate-readme > README.md as mentioned in the file header.

//! Zerocopy is maintained by engineers at Google with help from
//! [many wonderful contributors][contributors]. Thank you to everyone
//! who has lent a hand in making Rust a little more secure!

//!
//! [contributors]: https://github.com/google/zerocopy/graphs/contributors
Expand Down
Loading