From b97915f2c70da4c914f2e69861bf78eec5979baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Tue, 6 Jul 2021 13:20:00 +0200 Subject: [PATCH] fix: dummy release --- hts-sys/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hts-sys/src/lib.rs b/hts-sys/src/lib.rs index 408708418..16f9c0367 100644 --- a/hts-sys/src/lib.rs +++ b/hts-sys/src/lib.rs @@ -3,7 +3,7 @@ #![allow(non_snake_case)] #![allow(clippy::all)] #![allow(improper_ctypes)] -//! This module exposes the raw Htslib bindings. +//! This module exposes the raw HTSlib bindings. #[cfg(feature = "bzip2")] extern crate bzip2_sys;