Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clippy: Update doc comment to avoid a bug of clippy 1.48.0
clippy 1.48.0 has a bug in string parsing in doc comments. rust-lang/rust-clippy#6022 To avoid this issue, update to use double-quotation instead of single-quotation inside a code block in a doc comment. Also, this fixes wrong examples of commands there at the same time. BUG=none TEST=bin/clippy Change-Id: I90e5699f6d4e839304f9d4e05e5c7b21467744cd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2592001 Tested-by: Keiichi Watanabe <[email protected]> Reviewed-by: Chirantan Ekbote <[email protected]> Commit-Queue: Keiichi Watanabe <[email protected]>
- Loading branch information