Fix lint.future-annotations link (#19876)

This commit is contained in:
Harutaka Kawamura 2025-08-12 21:45:06 +09:00 committed by GitHub
parent 498a04804d
commit 94cfdf4b40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,7 +66,7 @@ use crate::{AlwaysFixableViolation, Edit, Fix};
/// ## Fix safety
///
/// The rule's fix is marked as safe, unless [preview] and
/// [`lint.future_annotations`] are enabled and a `from __future__ import
/// [`lint.future-annotations`] are enabled and a `from __future__ import
/// annotations` import is added. Such an import may change the behavior of all annotations in the
/// file.
///