Remove trailing code fence in documentation

This commit is contained in:
Victor Berger 2018-02-20 19:08:23 +01:00
parent 7df2cf4cd1
commit 036633541a
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@
//! It is crutial to avoid errors during that state. Examples for object that might be registered //! It is crutial to avoid errors during that state. Examples for object that might be registered
//! for notifications are the `Libinput` context, the `UdevBackend` or a `DrmDevice` (handled //! for notifications are the `Libinput` context, the `UdevBackend` or a `DrmDevice` (handled
//! automatically by the `UdevBackend`, if not done manually). //! automatically by the `UdevBackend`, if not done manually).
//! ```
use super::{AsErrno, Session, SessionNotifier, SessionObserver}; use super::{AsErrno, Session, SessionNotifier, SessionObserver};
use nix::{Error as NixError, Result as NixResult}; use nix::{Error as NixError, Result as NixResult};