summaryrefslogtreecommitdiffstats
path: root/svgbob/src/buffer/property_buffer/property.rs
diff options
context:
space:
mode:
Diffstat (limited to 'svgbob/src/buffer/property_buffer/property.rs')
-rw-r--r--svgbob/src/buffer/property_buffer/property.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgbob/src/buffer/property_buffer/property.rs b/svgbob/src/buffer/property_buffer/property.rs
index 0e5066d..3068be9 100644
--- a/svgbob/src/buffer/property_buffer/property.rs
+++ b/svgbob/src/buffer/property_buffer/property.rs
@@ -177,7 +177,7 @@ impl Property {
/// evaluate this property together with the supplied surrounding
/// to see if the resulting fragments is equal to the supplied fragments
- pub(in crate) fn match_property(&self, fragments: &Vec<Fragment>) -> bool {
+ pub(in crate) fn match_property(&self, _fragments: &Vec<Fragment>) -> bool {
false
}