Forbid unsafe code in clipboard_x11

This commit is contained in:
Héctor Ramón Jiménez 2021-02-11 22:40:13 +01:00
parent 3277d91321
commit 9b30c7552a

View file

@ -1,3 +1,4 @@
#[forbid(unsafe_code)]
mod clipboard;
mod error;