diff options
author | Joe Wilm <joe@jwilm.com> | 2017-12-23 12:33:35 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2017-12-23 12:33:35 -0800 |
commit | 3472921c7d0b20e57f3aa953f92b525ef2729287 (patch) | |
tree | 5d920527958f381927bcee50995e9035a2d430a7 /src/lib.rs | |
parent | ea8cf10b2fa06f6573acec14f52816574bb0eb47 (diff) | |
download | alacritty-3472921c7d0b20e57f3aa953f92b525ef2729287.tar.gz alacritty-3472921c7d0b20e57f3aa953f92b525ef2729287.zip |
Update dependencies
Also fixes warning from gl generator
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -109,6 +109,7 @@ impl Mul<f32> for Rgb { #[cfg_attr(feature = "clippy", allow(too_many_arguments))] #[cfg_attr(feature = "clippy", allow(doc_markdown))] #[cfg_attr(feature = "clippy", allow(unreadable_literal))] +#[allow(unused_mut)] pub mod gl { #![allow(non_upper_case_globals)] include!(concat!(env!("OUT_DIR"), "/gl_bindings.rs")); |