File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ impl ArchiveWriterState {
381
381
}
382
382
383
383
/// Used to check whether the current state is the one expected
384
- /// ```
384
+ /// ```text
385
385
/// check_state!(self.state, ArchiveWriterState::XXX)
386
386
/// ```
387
387
macro_rules! check_state {
@@ -399,7 +399,7 @@ macro_rules! check_state {
399
399
}
400
400
401
401
/// Used to check whether the current state is `OpenedFiles`, with the expected file opened
402
- /// ```
402
+ /// ```text
403
403
/// check_state_file_opened!(self.state, file_id)
404
404
/// ```
405
405
macro_rules! check_state_file_opened {
@@ -981,7 +981,7 @@ pub struct ArchiveFailSafeReader<'a, R: 'a + Read> {
981
981
const CACHE_SIZE : usize = 8 * 1024 * 1024 ; // 8MB
982
982
983
983
/// Used to update the error state only if it was NoError
984
- /// ```
984
+ /// ```text
985
985
/// update_error!(error_var, FailSafeReadError::...)
986
986
/// ```
987
987
macro_rules! update_error {
You can’t perform that action at this time.
0 commit comments