We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e96e10 commit d6f457dCopy full SHA for d6f457d
src/discriminant.rs
@@ -1,6 +1,6 @@
1
//! Handling of enum discriminants
2
//!
3
-//! Adapted from https://github.com/rust-lang/rust/blob/d760df5aea483aae041c9a241e7acacf48f75035/src/librustc_codegen_ssa/mir/place.rs
+//! Adapted from <https://github.com/rust-lang/rust/blob/d760df5aea483aae041c9a241e7acacf48f75035/src/librustc_codegen_ssa/mir/place.rs>
4
5
use rustc_target::abi::{Int, TagEncoding, Variants};
6
0 commit comments