Skip to main content

luaur_analysis/methods/
path_empty.rs

1use crate::records::path::Path;
2
3impl Path {
4    // This method is already implemented on `Path` in `crate::records::path`.
5    // The generated skeleton should not re-implement it.
6    // Keeping file intentionally empty would violate the requirement to output a complete file,
7    // so we omit the impl entirely.
8}