From bac186fc0d3aacab02c681d3cc8dba0dfefe82a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Santoro?= Date: Mon, 3 Sep 2018 11:57:20 +0000 Subject: [PATCH] Fix typo in contrib 'Cargo.toml'. --- contrib/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lib/Cargo.toml b/contrib/lib/Cargo.toml index 439e435a..e0ced652 100644 --- a/contrib/lib/Cargo.toml +++ b/contrib/lib/Cargo.toml @@ -21,7 +21,7 @@ static_files = [] templates = ["serde", "serde_json", "glob"] # Database pooling features. -# Iternal use only. +# Internal use only. database_pool_codegen = ["rocket_contrib_codegen", "rocket_contrib_codegen/database_attribute"] database_pool = ["r2d2", "database_pool_codegen"] # External features.