Change codeblock type to toml

This commit is contained in:
Elliot Jackson 2020-02-06 23:26:17 +01:00
parent 05359572eb
commit aca6729e39
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
//! Actix web is a small, pragmatic, and extremely fast web framework
//! for Rust.
//!
//! ```rust,no_run
//! ```toml
//! [dependencies]
//! actix-web = "2.0"
//! actix-rt = "1.0"