diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-12-22 19:04:35 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-12-22 19:19:32 +0100 |
| commit | 438255519e88bb790480306b9a9b452aaf054519 (patch) | |
| tree | badd3076f6146cec34c55764600df5124c408521 /src/eval/styles.rs | |
| parent | 11565a40b315212474f52eb576a9fd92b11f1132 (diff) | |
Review One: A Set Rules Story
Diffstat (limited to 'src/eval/styles.rs')
| -rw-r--r-- | src/eval/styles.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval/styles.rs b/src/eval/styles.rs index 5304e0ad..1c4b17ae 100644 --- a/src/eval/styles.rs +++ b/src/eval/styles.rs @@ -3,7 +3,7 @@ use std::fmt::{self, Debug, Formatter}; use std::hash::{Hash, Hasher}; use std::rc::Rc; -// Possible optimizations: +// TODO(style): Possible optimizations: // - Ref-count map for cheaper cloning and smaller footprint // - Store map in `Option` to make empty maps non-allocating // - Store small properties inline |
