about summary refs log tree commit diff
path: root/library/std/src/sys/unix/process/process_unix.rs
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2020-10-07 18:45:59 -0400
committerJoshua Nelson <jyn514@gmail.com>2020-10-07 19:27:10 -0400
commit8b22d079bfff6c534398a4e2b91787a2ae929125 (patch)
tree4a8ec20b13548dae428c5d03446d93ab02741f4b /library/std/src/sys/unix/process/process_unix.rs
parent4437b4b1509c3c15b41a05489c4bddd2fe30e33f (diff)
downloadrust-8b22d079bfff6c534398a4e2b91787a2ae929125.tar.gz
rust-8b22d079bfff6c534398a4e2b91787a2ae929125.zip
Upgrade to tracing 0.2.13
The primary motivation is to get the changes from
https://github.com/tokio-rs/tracing/pull/990. Example output:

```
$ RUSTDOC_LOG=debug rustdoc +rustc2
warning: some trace filter directives would enable traces that are disabled statically
 | `debug` would enable the DEBUG level for all targets
 = note: the static max level is `info`
 = help: to enable DEBUG logging, remove the `max_level_info` feature
```

- Remove useless test

  This was testing for an ICE when passing `RUST_LOG=rustc_middle`.  I
  noticed it because it started giving the tracing warning (because tests
  are not run with debug-logging enabled). Since this bug seems unlikely
  to re-occur, I just removed it altogether.
Diffstat (limited to 'library/std/src/sys/unix/process/process_unix.rs')
0 files changed, 0 insertions, 0 deletions