Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
leontoeides committed Feb 7, 2024
1 parent d3cdc9e commit bdd7d92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion desktop.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
IconFile=Folder.ico
IconIndex=0
InfoTip=A simple in-memory search for collections (Vec, HashMap, BTreeMap, etc) and key-value stores.
IconResource=Folder.ico,0
IconResource=C:\Rust\indicium\Folder.ico,0
[ViewState]
FolderType=Documents
Mode=
Vid=
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@
//! ```

#![forbid(unsafe_code)]
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)]

#![doc(html_favicon_url = "https://www.arkiteq.ca/crates/indicium/icon.png")]
#![doc(html_logo_url = "https://www.arkiteq.ca/crates/indicium/logo.png")]
Expand Down

0 comments on commit bdd7d92

Please sign in to comment.