We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f87dbd commit 44e2d36Copy full SHA for 44e2d36
apollo-federation/src/sources/connect/string_template.rs
@@ -223,7 +223,7 @@ impl Part {
223
/// A constant string literal—the piece of a [`StringTemplate`] _not_ in `{ }`
224
#[derive(Clone, Debug)]
225
pub(crate) struct Constant {
226
- pub(crate) value: String, // TODO: store string slices instead for improved performance?
+ pub(crate) value: String,
227
pub(crate) location: Range<usize>,
228
}
229
0 commit comments