aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-05 22:52:09 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-05 23:05:25 -0500
commit56253234aaf9fd2aad542acc14ef3637545d5249 (patch)
treee96d8ad286ea17150ed85f283aa03ca234e282a5 /src/lib.rs
parentd70cd4bc46aaa628433b4ad6c6feb48c67a23e6a (diff)
downloadvt100-rust-56253234aaf9fd2aad542acc14ef3637545d5249.tar.gz
vt100-rust-56253234aaf9fd2aad542acc14ef3637545d5249.zip
support sgr with subparameters
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 2c2f156..8a85cae 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -41,6 +41,7 @@
#![allow(clippy::missing_const_for_fn)]
#![allow(clippy::single_match)]
#![allow(clippy::too_many_arguments)]
+#![allow(clippy::too_many_lines)]
mod attrs;
mod cell;