Skip to content

Commit 44e2d36

Browse files
committed
Remove TODO that won't be done
1 parent 4f87dbd commit 44e2d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apollo-federation/src/sources/connect/string_template.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ impl Part {
223223
/// A constant string literal—the piece of a [`StringTemplate`] _not_ in `{ }`
224224
#[derive(Clone, Debug)]
225225
pub(crate) struct Constant {
226-
pub(crate) value: String, // TODO: store string slices instead for improved performance?
226+
pub(crate) value: String,
227227
pub(crate) location: Range<usize>,
228228
}
229229

0 commit comments

Comments
 (0)