()
| 826 | |
| 827 | #[test] |
| 828 | fn test_global_ignore_path() { |
| 829 | // This may return None if no config dir is available |
| 830 | let _ = global_ignore_path(); |
| 831 | // Just verify it doesn't panic |
| 832 | } |
| 833 | |
| 834 | // ------------------------------------------------------------------------ |
| 835 | // Edge Cases |
nothing calls this directly
no test coverage detected