diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-04-23 23:33:17 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-04-23 23:33:17 +0530 |
| commit | b93eae44822168c0dab821a12fa3ecd62ee4a875 (patch) | |
| tree | 69f9737cd6d478c3ef038a41f89d8c75565d04c7 /src/app.rs | |
| parent | 05c4b17bc078df9c5694e450b72aecbed9fc5216 (diff) | |
add documentation
Diffstat (limited to 'src/app.rs')
| -rwxr-xr-x | src/app.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -use crate::connection::{self, Connection}; +use crate::connection::Connection; use crate::list::ContentList; use mpd::Client; use std::collections::VecDeque; |
