This commit is contained in:
Victor Berger 2017-04-15 12:54:37 +02:00 committed by GitHub
parent 8488d5abf8
commit c83792c570
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#![warn(missing_docs)] #![warn(missing_docs)]
//! # Smithay: the wayland composito smithy //! **Smithay: the wayland compositor smithy**
//! //!
//! Most entry points in the modules can take an optionnal `slog::Logger` as argument //! Most entry points in the modules can take an optionnal `slog::Logger` as argument
//! that will be used as a drain for logging. If `None` is provided, they'll log to `slog-stdlog`. //! that will be used as a drain for logging. If `None` is provided, they'll log to `slog-stdlog`.