Fix doc tests
This commit is contained in:
parent
8c33445d75
commit
f96e963809
1 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ mod theme;
|
|||
/// # fn main() {
|
||||
/// use freedesktop_icons::list_themes;
|
||||
///
|
||||
/// let themes: Vec<&str> = list_themes();
|
||||
/// let themes: Vec<String> = list_themes();
|
||||
///
|
||||
/// assert_eq!(themes, vec![
|
||||
/// "Adwaita", "Arc", "Breeze Light", "HighContrast", "Papirus", "Papirus-Dark",
|
||||
|
|
@ -112,7 +112,7 @@ pub fn list_themes() -> Vec<String> {
|
|||
///
|
||||
/// let theme = default_theme_gtk();
|
||||
///
|
||||
/// assert_eq!(Some("Adwaita"), theme);
|
||||
/// assert_eq!(Some("Adwaita"), theme.as_deref());
|
||||
/// ```
|
||||
pub fn default_theme_gtk() -> Option<String> {
|
||||
// Calling gsettings is the simplest way to retrieve the default icon theme without adding
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue