Skip to content

Commit 0bc8acf

Browse files
authored
Apply suggestions from code review
1 parent 896b3b0 commit 0bc8acf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ evaluation error was originally raised.
160160

161161
#### Tracing
162162

163-
You can generate a Chrome trace file from a Miri execution by passing `--features=tracing` during
163+
You can generate a Chrome trace file from a Miri execution by passing `--features=tracing` during the
164164
build and then setting `MIRI_TRACING=1` when running Miri. This will generate a `.json` file that
165165
you can visualize in [Perfetto](https://ui.perfetto.dev/). For example:
166166

src/bin/log/tracing_chrome.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: MIT
2-
// SPDX-FileCopyrightText: 2020 Thoren Paulson
2+
// SPDX-FileCopyrightText: Copyright (c) 2020 Thoren Paulson
33
//! This file is taken unmodified from the following link, except for file attributes and
4-
//! `extern crate` at the top. It is licensed under MIT.
4+
//! `extern crate` at the top.
55
//! https://github.com/thoren-d/tracing-chrome/blob/7e2625ab4aeeef2f0ef9bde9d6258dd181c04472/src/lib.rs
66
//! Depending on the tracing-chrome crate from crates.io is unfortunately not possible, since it
77
//! depends on `tracing_core` which conflicts with rustc_private's `tracing_core` (meaning it would

0 commit comments

Comments
 (0)