Skip to content

Commit

Permalink
note that package_name is always UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
Niki4tap committed Jan 10, 2023
1 parent a96c13e commit e39cab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cargo-marker/src/lints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ use std::{
use crate::ExitStatus;

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

0 comments on commit e39cab5

Please sign in to comment.