Skip to content

Commit 703eceb

Browse files
Hyperlink DOI against preferred resolver
https://www.doi.org/doi_handbook/3_Resolution.html#3.8
1 parent 4468e3e commit 703eceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax_pos/hygiene.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//! `[1]` Matthew Flatt, Ryan Culpepper, David Darais, and Robert Bruce Findler. 2012.
1414
//! *Macros that work together: Compile-time bindings, partial expansion,
1515
//! and definition contexts*. J. Funct. Program. 22, 2 (March 2012), 181-216.
16-
//! DOI=10.1017/S0956796812000093 <http://dx.doi.org/10.1017/S0956796812000093>
16+
//! DOI=10.1017/S0956796812000093 <https://doi.org/10.1017/S0956796812000093>
1717
1818
use GLOBALS;
1919
use Span;

0 commit comments

Comments
 (0)