summaryrefslogtreecommitdiff
path: root/rust/src/settings.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/settings.rs')
-rw-r--r--rust/src/settings.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/settings.rs b/rust/src/settings.rs
index 027e8c38..8ad05d38 100644
--- a/rust/src/settings.rs
+++ b/rust/src/settings.rs
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+//! An interface for reading, writing, and creating new settings
+
pub use binaryninjacore_sys::BNSettingsScope as SettingsScope;
use binaryninjacore_sys::*;