Skip to content
Snippets Groups Projects
Commit 69703a78 authored by pv42's avatar pv42 Committed by Patrick José Pereira
Browse files

Fix: CouldNotReadDefinitionFile doc is copy pasted

parent d788b66f
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ pub enum BindGenError { ...@@ -8,7 +8,7 @@ pub enum BindGenError {
source: std::io::Error, source: std::io::Error,
path: std::path::PathBuf, path: std::path::PathBuf,
}, },
/// Represents a failure to read the MAVLink definitions directory. /// Represents a failure to read a MAVLink definition file.
#[error("Could not read definition file {path}: {source}")] #[error("Could not read definition file {path}: {source}")]
CouldNotReadDefinitionFile { CouldNotReadDefinitionFile {
source: std::io::Error, source: std::io::Error,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment