mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 15:37:02 +00:00
merge versioning, fix buff bitrot
This commit is contained in:
@@ -70,7 +70,7 @@ impl InlineData {
|
||||
Ok(None)
|
||||
}
|
||||
|
||||
fn validate(&self) -> Result<()> {
|
||||
pub fn validate(&self) -> Result<()> {
|
||||
if self.0.is_empty() {
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user