docs: fix backend_session_logind

This commit is contained in:
Victor Brekenfeld 2018-12-03 23:27:29 +01:00
parent 36b265400a
commit 2bc45d4053
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ impl AutoSession {
}
}
/// Tries to create a new session via the best available interface.
#[cfg(not(feature = "backend_session_logind"))]
pub fn new<L>(logger: L) -> Option<(AutoSession, AutoSessionNotifier)>
where