From ccaca227ae8d36e0840d3dd67bee51c44e9d3402 Mon Sep 17 00:00:00 2001 From: Stanislav Tkach Date: Fri, 16 Oct 2020 15:10:39 +0300 Subject: [PATCH] Remove the misleading comment about default features --- lambda/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/lambda/Cargo.toml b/lambda/Cargo.toml index eb718e80..57f09f24 100644 --- a/lambda/Cargo.toml +++ b/lambda/Cargo.toml @@ -6,7 +6,6 @@ description = "AWS Lambda Runtime." edition = "2018" [features] -# no features by default default = ["simulated", "derive"] simulated = [] derive = ["lambda-attributes"]