There was an error while loading. Please reload this page.
1 parent b942565 commit 097e2baCopy full SHA for 097e2ba
1 file changed
crates/tui-test/Cargo.toml
@@ -21,6 +21,9 @@ recording-font-jetbrains-mono = []
21
recording-font-jetbrains-mono-styles = ["recording-font-jetbrains-mono"]
22
recording-font-jetbrains-mono-full = ["recording-font-jetbrains-mono-styles"]
23
24
+[lints.rust]
25
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(feature, values("recording-raster"))'] }
26
+
27
[dependencies]
28
alacritty_terminal.workspace = true
29
anyhow.workspace = true
0 commit comments