From d7300879bc9ab5a8a81007ff5860e50a84b9471a Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Tue, 27 Jun 2023 20:38:11 -0400 Subject: [PATCH] Drop an obsolete comment --- examples/webserver/platform/Cargo.toml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/examples/webserver/platform/Cargo.toml b/examples/webserver/platform/Cargo.toml index 673e7119d82..4c5eb632eb2 100644 --- a/examples/webserver/platform/Cargo.toml +++ b/examples/webserver/platform/Cargo.toml @@ -1,14 +1,3 @@ -# ⚠️ READ THIS BEFORE MODIFYING THIS FILE! ⚠️ -# -# This file is a fixture template. If the file you're looking at is -# in the fixture-templates/ directory, then you're all set - go ahead -# and modify it, and it will modify all the fixture tests. -# -# If this file is in the fixtures/ directory, on the other hand, then -# it is gitignored and will be overwritten the next time tests run. -# So you probably don't want to modify it by hand! Instead, modify the -# file with the same name in the fixture-templates/ directory. - [package] name = "host" version = "0.0.1"