Skip to content

Commit

Permalink
Cleanup lints and docs
Browse files Browse the repository at this point in the history
 - Deleted extra Cargo.toml file
 - ShaleStore in docs needs a full path
 - Spec for license check should allow for deeper README files
  • Loading branch information
rkuris committed Nov 1, 2023
1 parent bfe54cb commit b431a14
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/check-license-headers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"RELEASE.md",
"rpc/**",
"README*",
"*/README*",
"**/README*",
"Cargo.toml",
"*/Cargo.toml",
"libaio/**",
Expand Down
24 changes: 0 additions & 24 deletions firewood/src/shale/Cargo.toml

This file was deleted.

2 changes: 1 addition & 1 deletion firewood/src/shale/cached.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use std::{
};

/// Purely volatile, vector-based implementation for [CachedStore]. This is good for testing or trying
/// out stuff (persistent data structures) built on [ShaleStore](crate::ShaleStore) in memory, without having to write
/// out stuff (persistent data structures) built on [ShaleStore](crate::shale::ShaleStore) in memory, without having to write
/// your own [CachedStore] implementation.
#[derive(Debug)]
pub struct PlainMem {
Expand Down

0 comments on commit b431a14

Please sign in to comment.