| 310 | } |
| 311 | |
| 312 | pub struct Label<FileId> { |
| 313 | pub file_id: FileId, |
| 314 | pub range: Range<usize>, |
| 315 | } |
| 316 | |
| 317 | impl<FileId> Label<FileId> { |
| 318 | pub fn primary(file_id: FileId, range: impl Into<Range<usize>>) -> Self { |
no outgoing calls
no test coverage detected