style: Add a static_prefs implementation (#31351)

This will eventually be part of the stylo crate and reduces the diff
between our verson of style and upstream's.
This commit is contained in:
Martin Robinson 2024-02-14 18:02:13 +01:00 committed by GitHub
parent 31596eb10a
commit 61e778c8e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 200 additions and 147 deletions

5
Cargo.lock generated
View file

@ -5625,6 +5625,10 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "static_prefs"
version = "0.1.0"
[[package]]
name = "str-buf"
version = "1.0.6"
@ -5707,6 +5711,7 @@ dependencies = [
"smallbitvec",
"smallvec",
"static_assertions",
"static_prefs",
"string_cache",
"style_derive",
"style_traits",