Skip to content

Commit e39cab5

Browse files
committed
note that package_name is always UTF-8
1 parent a96c13e commit e39cab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cargo-marker/src/lints.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ use std::{
77
use crate::ExitStatus;
88

99
pub struct LintCrateSpec<'a> {
10-
/// Optional package name, exists if supplied from config:
11-
/// ```toml
10+
/// Optional package name (this is always UTF-8, as opposed to `dir`), exists if supplied from
11+
/// config: ```toml
1212
/// lint_a = { path = "" }
1313
/// # `lint_a` is the package_name
1414
/// lint_b = { path = "", package = "lint_c"}

0 commit comments

Comments
 (0)