Skip to content

Commit 8b43030

Browse files
committed
chore(build-rs): Remove comment about update
At this point, it is assumed to always be up-to-date
1 parent 611ec99 commit 8b43030

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/build-rs/src/input.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ use std::path::PathBuf;
1111

1212
use crate::ident::{is_ascii_ident, is_crate_name, is_feature_name};
1313

14-
// docs last updated to match release 1.82.0 reference
15-
1614
/// Path to the `cargo` binary performing the build.
1715
#[track_caller]
1816
pub fn cargo() -> PathBuf {

0 commit comments

Comments
 (0)