We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a0295 commit d4c564bCopy full SHA for d4c564b
src/location.rs
@@ -4,7 +4,7 @@ use core::cmp::Ordering;
4
///
5
/// This type is semver exempt and not exposed by default.
6
#[cfg_attr(doc_cfg, doc(cfg(feature = "span-locations")))]
7
-#[derive(Copy, Clone, Debug, PartialEq, Eq)]
+#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
8
pub struct LineColumn {
9
/// The 1-indexed line in the source file on which the span starts or ends
10
/// (inclusive).
0 commit comments