summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-03-21 17:46:09 +0100
committerLaurenz <laurmaedje@gmail.com>2021-03-21 17:50:56 +0100
commit5e08028fb36aa766957cba64c5c665edf9b96fb7 (patch)
tree912799dad3c1e25b7032f3e3bee009537c6f555b /bench
parent898728f260923a91444eb23b522d0abf01a4299b (diff)
Syntax functions 🚀
This adds overridable functions that markup desugars into. Specifically: - \ desugars into linebreak - Two newlines desugar into parbreak - * desugars into strong - _ desugars into emph - = .. desugars into heading - `..` desugars into raw
Diffstat (limited to 'bench')
-rw-r--r--bench/src/bench.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/src/bench.rs b/bench/src/bench.rs
index afb827b8..36b8b137 100644
--- a/bench/src/bench.rs
+++ b/bench/src/bench.rs
@@ -28,7 +28,7 @@ fn benchmarks(c: &mut Criterion) {
resources: ResourceLoader::new(),
};
- let scope = library::new();
+ let scope = library::_new();
let state = State::default();
// Prepare intermediate results and run warm.