mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Don't expose is_exec and is_sticky for now
This commit is contained in:
parent
339787e473
commit
0e18b77b40
1 changed files with 0 additions and 2 deletions
|
|
@ -17,8 +17,6 @@ impl Cha {
|
|||
reg.add_field_method_get("is_char_device", |_, me| Ok(me.is_char_device()));
|
||||
reg.add_field_method_get("is_fifo", |_, me| Ok(me.is_fifo()));
|
||||
reg.add_field_method_get("is_socket", |_, me| Ok(me.is_socket()));
|
||||
reg.add_field_method_get("is_exec", |_, me| Ok(me.is_exec()));
|
||||
reg.add_field_method_get("is_sticky", |_, me| Ok(me.is_sticky()));
|
||||
|
||||
#[cfg(unix)]
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue