mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
style: add doc comments for Package.child
This commit is contained in:
parent
6ff42c1a6d
commit
63768f9cde
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ use yazi_shared::Xdg;
|
|||
|
||||
pub(crate) struct Package {
|
||||
pub(crate) repo: String,
|
||||
/// When a package is a subdirectory of a repository, this field will be set
|
||||
/// to the subdirectory name.
|
||||
pub(crate) child: String,
|
||||
pub(crate) commit: String,
|
||||
pub(super) is_flavor: bool,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue