From f87d091a9506a6ed33bdb700d171421c736081c1 Mon Sep 17 00:00:00 2001 From: Herbert Reiter <46045854+damoasda@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:53:48 +0100 Subject: [PATCH] Remove orphaned half-sentence --- src/ch14-03-cargo-workspaces.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ch14-03-cargo-workspaces.md b/src/ch14-03-cargo-workspaces.md index 8f257b5849..ccbae71463 100644 --- a/src/ch14-03-cargo-workspaces.md +++ b/src/ch14-03-cargo-workspaces.md @@ -30,9 +30,6 @@ members to the workspace. We also make a point to use the latest and greatest version of Cargo’s resolver algorithm in our workspace by setting the `resolver` to `"2"`. -by specifying the path to the package with our binary -crate; in this case, that path is _adder_: - Filename: Cargo.toml ```toml