summaryrefslogtreecommitdiff
path: root/libgrust/libformat_parser/generic_format_parser/src
diff options
context:
space:
mode:
authorArthur Cohen <arthur.cohen@embecosm.com>2024-01-29 16:13:24 +0100
committerArthur Cohen <arthur.cohen@embecosm.com>2024-08-01 13:11:28 +0200
commit8647682e5a2d670e287382307f54922b46157a40 (patch)
tree7c9ab21f14a3849a2b54ba35b05023379efd2d11 /libgrust/libformat_parser/generic_format_parser/src
parent8e284d026e8b234d2eb9b2ffa5ab3348dbe656be (diff)
gccrs: libformat_parser: Add FFI safe interface
libgrust/ChangeLog: * libformat_parser/generic_format_parser/src/lib.rs: Add generic library. * libformat_parser/src/lib.rs: Add base for FFI interface.
Diffstat (limited to 'libgrust/libformat_parser/generic_format_parser/src')
-rw-r--r--libgrust/libformat_parser/generic_format_parser/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgrust/libformat_parser/generic_format_parser/src/lib.rs b/libgrust/libformat_parser/generic_format_parser/src/lib.rs
index f42c9d8dffb..87a20dc18c5 100644
--- a/libgrust/libformat_parser/generic_format_parser/src/lib.rs
+++ b/libgrust/libformat_parser/generic_format_parser/src/lib.rs
@@ -1099,4 +1099,4 @@ fn unescape_string(string: &str) -> Option<string::String> {
// rustc_index::static_assert_size!(Piece<'_>, 16);
// #[cfg(test)]
-// mod tests; \ No newline at end of file
+// mod tests;