From 036633541a0e1da105d2898baabb4c64f459242e Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Tue, 20 Feb 2018 19:08:23 +0100 Subject: [PATCH] Remove trailing code fence in documentation --- src/backend/session/direct.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/session/direct.rs b/src/backend/session/direct.rs index 2b23d04..41dbe4a 100644 --- a/src/backend/session/direct.rs +++ b/src/backend/session/direct.rs @@ -44,7 +44,6 @@ //! 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 //! automatically by the `UdevBackend`, if not done manually). -//! ``` use super::{AsErrno, Session, SessionNotifier, SessionObserver}; use nix::{Error as NixError, Result as NixResult};