File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v4
13
- - uses : dtolnay/rust-toolchain@1.85 .0
13
+ - uses : dtolnay/rust-toolchain@1.87 .0
14
14
- run : cargo build
15
15
- run : cargo test
16
16
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- uses : actions/checkout@v4
22
- - uses : dtolnay/rust-toolchain@1.85 .0
22
+ - uses : dtolnay/rust-toolchain@1.87 .0
23
23
with :
24
24
components : clippy, rustfmt
25
25
- uses : Swatinem/rust-cache@v2
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ pub struct Person {
24
24
impl Person {
25
25
/// Constructs a new person from a chunk vector:
26
26
/// 1. according to the specs of
27
- /// [Nicolas Markey in "Tame the BeaST"][taming], pp. 23-24.
27
+ /// [Nicolas Markey in "Tame the BeaST"][taming], pp. 23-24.
28
28
/// 2. biblatex extended name format according to the
29
- /// [documentation of biblatex][biblatex], section 3.4 pp. 80-81,
30
- /// and section §4.2.3 pp. 164-165.
31
- /// Support is limited to default `nameparts`: prefix, family,
32
- /// suffix, given.
29
+ /// [documentation of biblatex][biblatex], section 3.4 pp. 80-81,
30
+ /// and section §4.2.3 pp. 164-165.
31
+ /// Support is limited to default `nameparts`: prefix, family,
32
+ /// suffix, given.
33
33
///
34
34
/// [taming]: https://ftp.rrze.uni-erlangen.de/ctan/info/bibtex/tamethebeast/ttb_en.pdf
35
35
/// [biblatex]: https://ctan.gutenberg-asso.fr/macros/latex/contrib/biblatex/doc/biblatex.pdf
You can’t perform that action at this time.
0 commit comments