Skip to content

Commit b76791a

Browse files
committed
improved error feedback when IDs in queries can not be found
This introduces the or_fail_for_id(id) method to be used instead of or_fail()? in applicable places
1 parent 3aba640 commit b76791a

File tree

5 files changed

+122
-60
lines changed

5 files changed

+122
-60
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stam"
3-
version = "0.16.5"
3+
version = "0.16.6"
44
edition = "2021"
55
authors = ["Maarten van Gompel <proycon@anaproy.nl>"]
66
description = "STAM is a powerful library for dealing with stand-off annotations on text. This is the Rust library."

0 commit comments

Comments
 (0)