From 32b30f7ac132aae1bc5a783ddbf70ff86616d650 Mon Sep 17 00:00:00 2001 From: Rain Date: Fri, 30 Oct 2020 15:33:02 -0700 Subject: [PATCH] [fixtures] remove a TODO comment that has been addressed --- fixtures/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/fixtures/src/lib.rs b/fixtures/src/lib.rs index 3e62365b7e6..3036039ef4c 100644 --- a/fixtures/src/lib.rs +++ b/fixtures/src/lib.rs @@ -3,8 +3,6 @@ //! Test fixtures for guppy. -// TODO: move repo fixture code into this crate - pub mod dep_helpers; pub mod details; pub mod json;