summaryrefslogtreecommitdiff
path: root/subplotlib
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2023-08-12 10:51:33 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2023-08-12 10:51:33 +0100
commit985ec2f83c9f679ff9b50c6d1e856db2502c3114 (patch)
tree47ae5fb3947c0e5e8388738df8727b6de75239ed /subplotlib
parent808304c479726e165ac4ac38f4866bd28e38ac7b (diff)
downloadsubplot-985ec2f83c9f679ff9b50c6d1e856db2502c3114.tar.gz
chore: Clippy fixup
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'subplotlib')
-rw-r--r--subplotlib/src/scenario.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplotlib/src/scenario.rs b/subplotlib/src/scenario.rs
index 8c734b9..a83e215 100644
--- a/subplotlib/src/scenario.rs
+++ b/subplotlib/src/scenario.rs
@@ -107,7 +107,7 @@ where
C: ContextElement,
{
fn new() -> Self {
- Self(PhantomData::default())
+ Self(PhantomData)
}
}