mdBook/src
Martin Geisler 3958260353 Simplify the use of `Option::and_then`
I found a few places where `Option::and_then` could be simplified (in
my opinion) with `?` or with `match`.
2022-09-11 00:46:26 +02:00
..
book Require Rust 2021 edition 2022-09-09 16:00:35 +02:00
cmd Simplify the use of `Option::and_then` 2022-09-11 00:46:26 +02:00
preprocess Require Rust 2021 edition 2022-09-09 16:00:35 +02:00
renderer Simplify the use of `Option::and_then` 2022-09-11 00:46:26 +02:00
theme Require Rust 2021 edition 2022-09-09 16:00:35 +02:00
utils Require Rust 2021 edition 2022-09-09 16:00:35 +02:00
config.rs Require Rust 2021 edition 2022-09-09 16:00:35 +02:00
lib.rs Require Rust 2021 edition 2022-09-09 16:00:35 +02:00
main.rs Always open index page with `serve --open` 2022-07-01 09:01:25 +02:00