mirror of
https://github.com/async-rs/async-std.git
synced 2025-10-20 09:06:36 +00:00
remove the multilingual field from book.toml
This commit is contained in:
parent
96f564672a
commit
2e02fcc26c
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
[book]
|
[book]
|
||||||
authors = ["The async-std maintainers"]
|
authors = ["The async-std maintainers"]
|
||||||
language = "en"
|
language = "en"
|
||||||
multilingual = false
|
|
||||||
src = "src"
|
src = "src"
|
||||||
title = "Async programming in Rust with async-std"
|
title = "Async programming in Rust with async-std"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue