anki/rslib/src/services.rs
Damien Elmes 961d7dfd72 Rust 1.73
2023-10-09 19:22:43 +10:00

10 lines
342 B
Rust

// Copyright: Ankitects Pty Ltd and contributors
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
#![allow(clippy::redundant_closure)]
// Includes the automatically-generated *Service and Backend*Service traits,
// and some impls on Backend and Collection.
include!(concat!(env!("OUT_DIR"), "/backend.rs"));