From aca6729e39b234ad6397523df14a77365667127b Mon Sep 17 00:00:00 2001 From: Elliot Jackson Date: Thu, 6 Feb 2020 23:26:17 +0100 Subject: [PATCH] Change codeblock type to toml --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 7b57ba51f..d3d5f213d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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"