2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-10-20 17:16:35 +00:00

remove the multilingual field from book.toml

This commit is contained in:
Gábor Szabó 2025-04-09 09:05:32 +03:00 committed by GitHub
parent 96f564672a
commit 2e02fcc26c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"