Skip to content

Commit

Permalink
docs: fix unresolved link
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Sep 27, 2023
1 parent 7dcf164 commit 3c90659
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yara-x/src/compiler/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ pub struct Rules {
/// vector. This vector contains both forward and backward code.
pub(in crate::compiler) re_code: Vec<u8>,

/// A [`Struct`] in serialized form that contains all the global variables.
/// Each field in the structure corresponds to a global variable defined
/// at compile time using [`crate::compiler::Compiler`].
/// A [`types::Struct`] in serialized form that contains all the global
/// variables. Each field in the structure corresponds to a global variable
/// defined at compile time using [`crate::compiler::Compiler`].
pub(in crate::compiler) serialized_globals: Vec<u8>,

/// Aho-Corasick automaton containing the atoms extracted from the patterns.
Expand Down

0 comments on commit 3c90659

Please # to comment.