From 1947083bd7b5458de425b6444d11e372b244a56b Mon Sep 17 00:00:00 2001 From: Kaur Kuut Date: Thu, 23 May 2024 14:48:30 +0300 Subject: [PATCH] Remove stale comment. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58f88c21..a2a3dcd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,6 @@ members = [ [workspace.package] edition = "2021" # Keep in sync with RUST_MIN_VER in .github/workflows/ci.yml and with the relevant README.md files. -# TODO: When this hits 1.74, move lint configuration into this file via a lints table. rust-version = "1.70" license = "Apache-2.0 OR MIT" repository = "https://github.com/linebender/parley"