We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package_name
1 parent a96c13e commit e39cab5Copy full SHA for e39cab5
cargo-marker/src/lints.rs
@@ -7,8 +7,8 @@ use std::{
7
use crate::ExitStatus;
8
9
pub struct LintCrateSpec<'a> {
10
- /// Optional package name, exists if supplied from config:
11
- /// ```toml
+ /// Optional package name (this is always UTF-8, as opposed to `dir`), exists if supplied from
+ /// config: ```toml
12
/// lint_a = { path = "" }
13
/// # `lint_a` is the package_name
14
/// lint_b = { path = "", package = "lint_c"}
0 commit comments