Skip to content

Commit 03dd329

Browse files
committed
maybe
1 parent a91f622 commit 03dd329

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_middle/src/ty

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/ty/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ impl PlaceholderLike for PlaceholderConst {
10361036

10371037
/// When interacting with the type system we must provide information about the
10381038
/// environment. `ParamEnv` is the type that represents this information. See the
1039-
/// [dev guide chapter](param_env_guide) for more information.
1039+
/// [dev guide chapter][param_env_guide] for more information.
10401040
///
10411041
/// [param_env_guide]: https://rustc-dev-guide.rust-lang.org/param_env/param_env_summary.html
10421042
#[derive(Copy, Clone, Hash, PartialEq, Eq)]

0 commit comments

Comments
 (0)