From 6a9d21fb26b6cbb8652452ea38ef4dbc34b198bf Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Mon, 9 Dec 2024 00:55:56 +0100 Subject: [PATCH] fix: Remove outdated workspace cargo.toml docstring --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ea5092b4f..aeba00945 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,3 @@ -# The project is a top-level crate *as well* as a workspace. -# The `pueue_lib` crate lives in the `lib` folder. # The following is the shared configuration for both pueue and its lib [workspace] members = ["pueue", "pueue_lib"]