Skip to content

Commit d6f457d

Browse files
Fix even more URLs
1 parent 6e96e10 commit d6f457d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discriminant.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Handling of enum discriminants
22
//!
3-
//! Adapted from https://github.com/rust-lang/rust/blob/d760df5aea483aae041c9a241e7acacf48f75035/src/librustc_codegen_ssa/mir/place.rs
3+
//! Adapted from <https://github.com/rust-lang/rust/blob/d760df5aea483aae041c9a241e7acacf48f75035/src/librustc_codegen_ssa/mir/place.rs>
44
55
use rustc_target::abi::{Int, TagEncoding, Variants};
66

0 commit comments

Comments
 (0)