automatic cargo CI changes

This commit is contained in:
Gitea CI 2024-01-16 18:43:48 +00:00
parent 0155465332
commit de9ef8d841
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ fn rd_data(
nlen = (config.limit % BYTES_PER_LINE), nlen = (config.limit % BYTES_PER_LINE),
"byte counter is farther than limit" "byte counter is farther than limit"
); );
len = config.limit % BYTES_PER_LINE; len = config.limit % BYTES_PER_LINE;
config.stop = true; config.stop = true;
} }
return Ok(len); return Ok(len);