We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c996f commit 43c8f09Copy full SHA for 43c8f09
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
77
# Create a simple lib.rs that uses sqlant
78
cat > src/lib.rs << 'EOF'
79
- use sqlant::{GeneratorType, get_generator};
+ use sqlant::GeneratorType;
80
81
pub fn test_use_sqlant() {
82
let _ = GeneratorType::PlantUML;
0 commit comments