From f08a7e49e897739cf03b9be8e522b8a765d96933 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 1 May 2025 15:04:44 -0700 Subject: [PATCH] Update fingerprint footnote This was noted in https://github.com/rust-lang/cargo/issues/8140#issuecomment-2845741150 that it appeared outdated, and indeed this was changed in https://github.com/rust-lang/cargo/pull/6832. --- src/cargo/core/compiler/fingerprint/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo/core/compiler/fingerprint/mod.rs b/src/cargo/core/compiler/fingerprint/mod.rs index f30bab0ea3f..00ef73659cd 100644 --- a/src/cargo/core/compiler/fingerprint/mod.rs +++ b/src/cargo/core/compiler/fingerprint/mod.rs @@ -89,7 +89,7 @@ //! `[lints]` table[^6] | ✓ | | | //! `[lints.rust.unexpected_cfgs.check-cfg]` | ✓ | | | //! -//! [^1]: Build script and bin dependencies are not included. +//! [^1]: Bin dependencies are not included. //! //! [^3]: See below for details on mtime tracking. //!