TomSteu

Results 2 issues of TomSteu

In my opinion it would make sense to have a global way to disable all warnings about LuaTeX not being used. This includes the solution #49, but also for features...

In the main crate of gtk-rs, most widgets have a builder struct such as: ```rust let builder = gtk::TextViewBuilder::new(); /* ... setup */ let text_view = builder.build(); ``` which are...