diff --git a/src/lib.rs b/src/lib.rs index 6c926dd2..5a51e83a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -728,6 +728,7 @@ impl fmt::Display for TargetKind { /// Similar to `kind`, but only reports the /// [Cargo crate types](https://doc.rust-lang.org/cargo/reference/cargo-targets.html#the-crate-type-field): +/// /// `bin`, `lib`, `rlib`, `dylib`, `cdylib`, `staticlib`, `proc-macro`. /// Everything that's not a proc macro or a library of some kind is reported as "bin". ///