aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/console/github_action_error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/console/github_action_error.rs')
-rw-r--r--crates/shirabe/src/console/github_action_error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/console/github_action_error.rs b/crates/shirabe/src/console/github_action_error.rs
index 7475505c..db9800b5 100644
--- a/crates/shirabe/src/console/github_action_error.rs
+++ b/crates/shirabe/src/console/github_action_error.rs
@@ -6,7 +6,7 @@ use crate::util::Platform;
#[derive(Debug)]
pub struct GithubActionError {
- pub(crate) io: std::rc::Rc<std::cell::RefCell<dyn IOInterface>>,
+ io: std::rc::Rc<std::cell::RefCell<dyn IOInterface>>,
}
impl GithubActionError {