Files
rust/src/doc
Jeremy Fitzhardinge 82ccb6582a Add --extern-loc to augment unused crate dependency diagnostics
This allows a build system to indicate a location in its own dependency
specification files (eg Cargo's `Cargo.toml`) which can be reported
along side any unused crate dependency.

This supports several types of location:
 - 'json' - provide some json-structured data, which is included in the json diagnostics
     in a `tool_metadata` field
 - 'raw' - emit the provided string into the output. This also appears as a json string in
     `tool_metadata`.

If no `--extern-location` is explicitly provided then a default json entry of the form
`"tool_metadata":{"name":<cratename>,"path":<cratepath>}` is emitted.
2021-02-07 14:54:20 -08:00
..
2021-01-25 15:10:10 -08:00
2020-11-11 19:35:50 -08:00
2021-01-12 21:20:21 -08:00
2021-01-25 15:10:10 -08:00
2021-01-25 15:10:10 -08:00
2021-01-25 15:10:10 -08:00
2020-04-08 12:53:12 -05:00
2019-09-30 07:46:10 +02:00
2020-11-04 11:06:42 +01:00
2018-10-05 08:52:44 -07:00
2017-02-21 14:03:13 -05:00
2019-03-24 22:06:34 -04:00
2018-05-17 12:25:24 -07:00