Enyium
36d3a5e467
Amend mdman
tests.
...
- Revert most of changes to expected test output from commit 2a4ec9f2.
- Keep later changes to expected test output from commit 0263ef43.
- Change test input that's converted to trigger similar output as previously.
2023-02-15 12:07:53 +01:00
Enyium
0263ef4379
Enable smart punctuation in mdBook.
2023-02-14 08:15:29 +01:00
Enyium
2a4ec9f2f1
Update pulldown-cmark
to next breaking version.
2023-02-14 08:15:29 +01:00
Koichi ITO
1626762fe4
Use the traits added to the Rust 2021 Edition prelude
...
Follow up https://github.com/rust-lang/rust/pull/96861 .
This PR uses the traits added to the Rust 2021 Edition prelude.
> The `TryInto`, `TryFrom` and `FromIterator` traits are now part of the prelude.
https://doc.rust-lang.org/edition-guide/rust-2021/prelude.html
2022-05-10 21:46:45 +09:00
Jacob Finkelman
96dc595eaf
HashMap::from not into
2022-02-24 18:24:33 +00:00
Jacob Finkelman
4bfed40178
don't need mut
2022-02-23 22:48:47 +00:00
Alex Crichton
c687d83ada
Remove authors
directives from Cargo crates
...
Most of these are pretty dated and Cargo defaults nowadays to not
emitting an `authors` field so this commit also removes them from the
manifests.
2021-10-22 10:27:20 -07:00
Alex Crichton
cabe1cca0a
Upgrade Cargo to the 2021 edition
...
This didn't actually result in any code changes yet, for now this simply
flips the edition flag for all of our crates and documentation.
2021-10-22 10:25:52 -07:00
Eric Huss
70a607eaa7
Remove nbsp characters.
2021-07-30 15:40:37 -07:00
Paul Mabileau
a5b4b4710a
Bump url
to 2.2.2 where Into<String>
for Url
is used
...
The base package, `cargo-test-support` and `mdman`.
Signed-off-by: Paul Mabileau <paulmabileau@hotmail.fr>
2021-05-10 22:20:11 +02:00
Paul Mabileau
c021ba9acf
Fix Url::into_string deprecation warning
...
`url::Url::into_string` is deprecated. The `Into<String>` implementation
is now used.
Signed-off-by: Paul Mabileau <paulmabileau@hotmail.fr>
2021-05-10 22:19:00 +02:00
Eric Huss
1a86f232c5
Fix man page links inside option
blocks.
2020-10-17 12:15:12 -07:00
Eric Huss
566706e863
Fix some Windows newline behavior.
2020-08-01 12:22:14 -07:00
Eric Huss
8b878f38cd
Add mdman for generating man pages.
2020-08-01 11:13:52 -07:00