Fix typo in contrib 'Cargo.toml'.

This commit is contained in:
Sébastien Santoro 2018-09-03 11:57:20 +00:00 committed by Sergio Benitez
parent 8172f748b3
commit bac186fc0d
1 changed files with 1 additions and 1 deletions

View File

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