Skip to content

Commit 8902fc2

Browse files
Rollup merge of #50733 - katrinleinweber:patch-secure-DOI, r=kennytm
Hyperlink DOI against preferred resolver Hello :-) The DOI foundation recommends [this new, secure resolver](https://www.doi.org/doi_handbook/3_Resolution.html#3.8). Accordingly, this PR updates a DOI link.
2 parents 9c4843f + 703eceb commit 8902fc2

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)