We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c4843f + 703eceb commit 8902fc2Copy full SHA for 8902fc2
src/libsyntax_pos/hygiene.rs
@@ -13,7 +13,7 @@
13
//! `[1]` Matthew Flatt, Ryan Culpepper, David Darais, and Robert Bruce Findler. 2012.
14
//! *Macros that work together: Compile-time bindings, partial expansion,
15
//! and definition contexts*. J. Funct. Program. 22, 2 (March 2012), 181-216.
16
-//! DOI=10.1017/S0956796812000093 <http://dx.doi.org/10.1017/S0956796812000093>
+//! DOI=10.1017/S0956796812000093 <https://doi.org/10.1017/S0956796812000093>
17
18
use GLOBALS;
19
use Span;
0 commit comments