merge versioning, fix buff bitrot

This commit is contained in:
weisd
2024-11-02 15:12:06 +08:00
parent 09ea11c13d
commit 52a81f8fd5
9 changed files with 183 additions and 70 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ impl InlineData {
Ok(None)
}
fn validate(&self) -> Result<()> {
pub fn validate(&self) -> Result<()> {
if self.0.is_empty() {
return Ok(());
}