Skip to content

Commit

Permalink
NotActivatedError - fields were not pub
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Dec 22, 2024
1 parent 051d7ce commit b5292df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/espidf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,10 @@ pub enum FromEnvError {
#[error("Error activating `esp-idf` tools")]
pub struct NotActivatedError {
/// The esp-idf repository detected from the environment.
esp_idf_dir: SourceTree,
pub esp_idf_dir: SourceTree,
/// The source error why detection failed.
#[source]
source: anyhow::Error,
pub source: anyhow::Error,
}

/// Information about a esp-idf source and tools installation.
Expand Down

0 comments on commit b5292df

Please sign in to comment.