This commit is contained in:
Boxy 2024-04-01 19:59:05 +01:00
parent a91f6221b9
commit 03dd329355
1 changed files with 1 additions and 1 deletions

View File

@ -1036,7 +1036,7 @@ impl PlaceholderLike for PlaceholderConst {
/// When interacting with the type system we must provide information about the
/// environment. `ParamEnv` is the type that represents this information. See the
/// [dev guide chapter](param_env_guide) for more information.
/// [dev guide chapter][param_env_guide] for more information.
///
/// [param_env_guide]: https://rustc-dev-guide.rust-lang.org/param_env/param_env_summary.html
#[derive(Copy, Clone, Hash, PartialEq, Eq)]